Component org.nuxeo.ecm.webapp.tree.nav.NavTreeService
In bundle org.nuxeo.ecm.webapp.base
Documentation
This component is used to register and manage custom navigation trees.
Implementation
Class:
org.nuxeo.ecm.webapp.tree.nav.NavTreeService
Services
Extension Points
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.tree.nav.NavTreeService">
<alias>org.nuxeo.ecm.platform.virtualnavigation.NavTreeService</alias>
<!-- since 6.0, automatically registers actions -->
<require>org.nuxeo.ecm.platform.actions.ActionService</require>
<documentation>
This component is used to register and manage custom navigation
trees.
</documentation>
<implementation class="org.nuxeo.ecm.webapp.tree.nav.NavTreeService" />
<service>
<provide interface="org.nuxeo.ecm.webapp.tree.nav.NavTreeService" />
</service>
<extension-point name="navigationTree">
<documentation>
Extension point to register new navigation tree
</documentation>
<object class="org.nuxeo.ecm.webapp.tree.nav.NavTreeDescriptor" />
</extension-point>
</component>